home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Developer Connection 1998 Fall: Game Toolkit
/
Disc.iso
/
Samples
/
SprocketExamples
/
DroneZone
/
DroneZone Sources
/
DZEvents.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-07-14
|
225 b
|
19 lines
|
[
TEXT/CWIE
]
/*
* File: DZEvents.h
*
* Copyright © 1996 Apple Computer, Inc.
*/
#ifndef __DZEvents__
#define __DZEvents__
void Events_Init(
void);
void Events_Exit(
void);
void Events_Process(
void);
#endif /* __DZEvents__ */